PDFFixedDocument Constructor(Stream,String)
In This Topic
Initializes a new
PDFFixedDocument object from a PDF stream.
Syntax
public PDFFixedDocument(
Stream ,
java.lang.String
)
|
Parameters
- stream
- Stream that contains PDF content.
- password
- Password required to open the PDF file.
See Also